Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.webapp.base.localconfiguration.search

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webapp.base.localconfiguration.search">

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="searchLocalConfiguration" src="schemas/search_local_configuration.xsd"
      prefix="slc" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">

    <facet name="SearchLocalConfiguration">
      <schema name="searchLocalConfiguration" />
    </facet>

  </extension>

  <extension target="org.nuxeo.ecm.core.api.DocumentAdapterService" point="adapters">
     <adapter class="org.nuxeo.ecm.webapp.localconfiguration.search.SearchLocalConfiguration"
         factory="org.nuxeo.ecm.webapp.localconfiguration.search.SearchLocalConfigurationFactory"/>
  </extension>
</component>